runtime.debugLogWriter.r (field)
10 uses
runtime (current package)
debuglog.go#L82: l.w.r.data = &l.w.data
debuglog.go#L149: size := l.w.write - l.w.r.end
debuglog.go#L150: if !l.w.writeFrameAt(l.w.r.end, size) {
debuglog.go#L155: l.w.r.end = l.w.write
debuglog.go#L374: r debugLogReader
debuglog.go#L397: for l.write+n >= l.r.begin+uint64(len(l.data.b)) {
debuglog.go#L399: if l.r.skip() == ^uint64(0) {
debuglog.go#L426: l.r.end = l.write
debuglog.go#L738: s.debugLogReader = l.w.r
debuglog.go#L740: s.lost = l.w.r.begin
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |